/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*----------------------- toastr.css ------------------------*/

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: pink;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: pink;
}

.toast-warning {
    background-color: #F89406;
}


#company-logo-header, #company-logo-footer {
    /* content: url("../../build/img/logo.svg"); */
    max-width: 180px;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#company-logo-footer {
    margin-bottom: 20px;
}

body {
    font-size: 15px;
    color:pink!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'arial';
}

/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*----------------------- min.css ------------------------*/
.btn.btn-default, .btn.btn-primary {
    border-color: #9e09a6;;
}

.btn.btn-secondary, .btn-secondary:active, .btn-secondary:active:visited, .btn-secondary:focus {

	background-color: #bfc2c7;	
    color: #fff;
    border-color: #bfc2c7;
}
	.btn.btn-secondary:hover {
        background-color: 8b8b8b;
        color: #fff;
        border-color: #8b8b8b;
    }
	
	
.btn.btn-product-selection, .btn-product-selection:focus {

	background-color: white;	
    color: inherit;
    border-color: #bfc2c7;
}
	
	
	.btn-product-selection.active, .btn-product-selection:hover {
        background-color: #9e09a6;;
        color: #fff;
        border-color: #9e09a6;;
    }
	
	
.btn-default, input[type=button], input[type=reset], input[type=submit] {
    background-color: #9e09a6;;
    color: #fff!important;
}

.btn.btn-primary {
    background: #9e09a6;
    color: #fff;
    border-color: #9e09a6;
}

    .btn.btn-primary.active, .btn.btn-primary:focus, .btn.btn-primary:hover {
        background: #9e09a6;
        color: #fff;
        border-color: #9e09a6;
    }

.btn.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-default:active, .btn-default:active:hover, .btn-default:active:visited, .btn-default:focus, .btn-default:hover, input[type=button]:active, input[type=button]:active:hover, input[type=button]:active:visited, input[type=button]:focus, input[type=button]:hover, input[type=reset]:active, input[type=reset]:active:hover, input[type=reset]:active:visited, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:active, input[type=submit]:active:hover, input[type=submit]:active:visited, input[type=submit]:focus, input[type=submit]:hover {
    /* background-color: #9e09a6;; */
	background-color: #3f4246;
    color: #fff;
    border-color: #3f4246 !important;
}

.btn.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #fff;
}

.btn.btn-success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

.btn.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

.search-product-page .li-icon, .navbar .navbar-nav .li-icon {
    
	background-color: white; 
    color: #d5d5d5; 
		
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    display: inline-block;
}

.li-icon, .navbar .navbar-nav .li-icon {
    
	background-color: #9e09a6;; 
	color: #F9F9F9; 
	
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    display: inline-block;
}

    .li-icon:active, .li-icon:focus, .li-icon:hover, .navbar .navbar-nav .li-icon:active, .navbar .navbar-nav .li-icon:focus, .navbar .navbar-nav .li-icon:hover, .added {
         background: #9e09a6; !important; 
         color: #fff !important; 
		/* background: #b1b1b1 !important; */
        /* color: #fff !important; */
    }
/*
	.navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:hover {
                    color: #9e09a6; !important;
                    background-color: transparent !important;
                }
	*/

.navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:hover {
    color: pink !important;
    background-color: transparent !important;
}

.navbar .navbar-toggle .icon-bar {
    border-radius: 0;
    margin: 4px auto;
    background-color: #9e09a6;;
}

.inner-product .onsale {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 10px;
    right: 10px;
    background-color: pink;
    backface-visibility: hidden;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}

    .inner-product .onsale.new {
        background-color: pink;
        color: white;
    }

    .inner-product .onsale.hot {
        background-color: pink;
    }

.breadcrumb-page a {
    color: #9e09a6;;
    font-weight: bold;
}

input[type=checkbox]:not(.browser-default):checked + label.checkbox:before, input[type=radio]:not(.browser-default):checked + label.radio:before {
    background-color: #9e09a6;;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 3px #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 3px #fff;
}

.inputs-border .form-control:focus {
    border-bottom-color: #9e09a6; !important;
}

::-moz-selection {
    background-color: #9e09a6;;
    color: #fff;
}

::-webkit-selection {
    background-color: #9e09a6;;
    color: #fff;
}

::selection {
    background-color: #9e09a6;;
    color: #fff;
}




.slide .carousel-indicators li {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    font-size: 0;
    margin: 3px;
    opacity: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: 0 0;
    /*border: 2px solid #fff;*/
    border: 2px solid #323237;
    text-align: center;
    text-indent: inherit;
    box-shadow: none;
}       
		
.slide .carousel-indicators li:before {
        background: transparent;
    }
	
.slide .carousel-indicators li.active {
    border-color: #323237;
}

    .slide .carousel-indicators li.active:before {
        background: #323237;
    }



.page-head .breadcrumb a:hover {
    color: pink;
}


.go-to-top {
    cursor: pointer;
    background-color: #9e09a6;;
    color: #F9F9F9;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    text-decoration: none !important;
    visibility: hidden;
    margin: 30px;
    display: block;
    background-clip: padding-box;
    -webkit-transform: rotate(180deg) scale(.5);
    -moz-transform: rotate(180deg) scale(.5);
    -ms-transform: rotate(180deg) scale(.5);
    -o-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .go-to-top.visible:focus, .go-to-top.visible:hover {
        background-color: darkGray;
        color: #fff;
    }

.pace .pace-progress {
    background: #9e09a6;;
}

.pace .pace-progress-inner {
    -webkit-box-shadow: 0 0 10px #9e09a6;,0 0 5px #9e09a6;;
    box-shadow: 0 0 10px #9e09a6;,0 0 5px #9e09a6;;
}

.pace .pace-activity {
    border-top-color: #9e09a6;;
    border-left-color: #9e09a6;;
}



a:active, a:hover {
    outline: 0;
    color: pink;
}


.product .li-icon.active, .product .li-icon.added, .product .li-icon:hover {
    background-color: pink !important;
    color: #fff;
}

.product-details .product-title hr {
    /*width: 30px;*/
    width: inherit;
    float: left;
    border-color: #f1f1f1; /*color red*/
	border-color: #9e09a6;; /*color red*/
	
    border-width: 2px;
}

/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*----------------------- Global-Style.css ------------------------*/


.sky-form .checkbox input + i:after {
    /*color: pink;*/
    color: #9e09a6;;
}

.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    /*border-color: pink;*/
    border-color: #9e09a6;;
}

.sky-form .radio input + i:after {
    background-color: #9e09a6;;
    /*background-color: #f1f1f1;*/
}

.sky-form .rating input:checked ~ label {
    /*color: pink;*/
    color: #9e09a6;;
}


ol.progtrckr li.progtrckr-done {
    color: #333;
    /*border-bottom: 4px solid #9cd70e;*/
    border-bottom: 4px solid #9e09a6;;
}

    ol.progtrckr li.progtrckr-done:before {
        content: "\f058";
        font-family: FontAwesome;
        color: #fff;
        /*background-color: #9cd70e;*/
        background-color: #9e09a6;;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }


ol.progtrckr li.progtrckr-todo {
    color: #c0c0c0;
    border-bottom: 4px solid #c0c0c0;
}

    ol.progtrckr li.progtrckr-todo:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #c0c0c0;
        background-color: transparent;
        font-size: 1.5em;
        bottom: -1.6em;
    }

ol.progtrckr li.progtrckr-fail {
    color: #333;
    /*border-bottom: 4px solid #9cd70e;*/
    border-bottom: 4px solid #9e09a6;;
}

    ol.progtrckr li.progtrckr-fail:before {
        content: "\f057";
        font-family: FontAwesome;
        color: #fff;
        /*background-color: #9cd70e;*/
        background-color: #9e09a6;;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #9e09a6;;
    border-color: #9e09a6;;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #f1f1f1;
    color: pink;
    border-color: #f1f1f1;
    /* Blue
	background-color: pink;
    border-color: pink;
    color: #fff;
	*/
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border-color: #e0eded;
    color: pink;
}
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*=================================================================*/
/*----------------------- MySite.css ------------------------*/

.sky-form-text {
    color: #410244; !important;
}


label.error {
    background-color: #fff2f4;
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    margin: 1px;
}

.label-order-status {
    background-color: #007bff;		
    padding: 5px;
    font-size: 10px !important;
}

.label-order-status-danger {
	background-color: #d9534f;
	padding: 5px;
    font-size: 10px !important;
}

.label-order-payment-status {
    background-color: #f0ad4e;
	padding: 5px;
    font-size: 10px !important;
}

.label-order-payment-status-danger {
	background-color: #d9534f;
	padding: 5px;
    font-size: 10px !important;
}
/*
.rating {
    display: block !important;
}
*/

.coupon-code {
    color: #9e09a6;;
    font-weight: bold;
    font-style: italic;
}

.coupon-code-negative {
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

.default-link {
    color: pink;
}

.default-link:hover {
    color: pink;
	text-decoration: underline;
}

.close-button-modal {
    font-size: 30px;
    color: white;
    z-index: 4000;
    position: relative;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #46b8da !important;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0,0,0,.6);
    box-shadow: 2px 3px 5px 1px rgba(0,0,0,.6);
}

/*
.hand {
    cursor: pointer;
}

@media (max-width:768px) {

    #SpanWelcome {
        display: none;
    }
}

.select-site {
    padding: 5px 50px 5px 5px;
    border-radius: 2px;
    font-size: 16px;
    vertical-align: baseline;
}

.input-main .btn-default {
    height: 43px;
}

@media (max-width:768px) {

    .input-main {
        margin: 5px;
        width: 100%;
    }
}

.a-letter-space {
    display: inline-block;
}

.product-line {
    font-size: 16px;
    margin-top: 12px;
}

    .product-line .active {
        color: darkGray;
    }

.border-input-main {
    border: 1px solid #a9a9a9;
}
*/

.order-review-logo {
    height: 45px;
    width: 75px;
}

.order-bank-logo {
    width: 200px;
    margin: 20px 0px;
}

.payment-method-logo {
    width: 70px;
}
/*
.shipping-select option {
    padding: 10px;
    margin: 0 -12px;
}
*/
.text-default {
    color: #410244;;
}

.coupon {
    padding: 5px;
    background-color: pink;
    max-width: 280px;
    text-align: center;
    margin: 5px;
}

.coupon-for-you-icon {
    font-size: 17px;
    color: pink;
}

.single-coupon {
    /*padding: 2px;*/
    /*background-color: #9e09a6;;*/
    /*max-width: 280px;*/
    /*text-align: center;*/
    /*margin: 5px;*/
    cursor: pointer;
}

    .single-coupon a {
        color: #410244;;
    }

        .single-coupon a:hover {
            color: pink;
        }

.coupon-dashed-single {
    border: 1px dashed #410244;;
    padding: 5px 3px 0px;
}


.coupon-header {
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.coupon-body {
    /*margin-top:-10px;*/
	font-stretch: extra-condensed;
    color: white;
    padding-bottom: 10px;
}

.coupon-apply {
    color: white;
}

    .coupon-apply:hover {
        text-decoration: underline !important;
        color: white !important;
    }

.coupon-footer {
    color: white;
    font-size: 9px;
    margin-bottom: -15px;
    text-align: right;
}

.coupon-dashed {
    border: 2px dashed white;
    padding: 20px 5px;
}

.badge-default {
    counter-reset: li;
    margin-left: 15px;
}

    .badge-default > li::before {
        /*display: inline-block;*/
        width: 1em;
        margin-left: -1.9em;
        margin-right: 0.5em;
        text-align: right;
        direction: rtl;
        counter-increment: li;
        content: counter(li);
        min-width: 10px;
        padding: 0px 5px;
        color: #fff;
        vertical-align: middle;
        background-color: #9e09a6;;
        border-radius: 10px;
    }

.panel-heading-change {
    float: right;
    margin-top: -20px;
	background-color: #f6f6f6;
	z-index: 9999;	
	position: relative
}

.panel-minHeight {
    min-height: 170px;
}

.navbar-menu a {
    color: rgb(221, 19, 150) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    padding-bottom: 10px !important;
}


    .navbar-menu a:hover {
        text-decoration: underline !important;
        color: pink !important;
    }

.navbar-menu .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:hover {
    color: pink !important;
}


/*autocomplete*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    /*display: inline-block;*/
}

    .autocomplete input {
        border: 0px solid transparent;
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 16px;
        width: 100%;
    }

        .autocomplete input[type=text] {
            background-color: #f1f1f1;
            width: 100%;
        }

        .autocomplete input[type=submit] {
            background-color: DodgerBlue;
            color: #fff;
            cursor: pointer;
        }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*border-bottom: none;*/
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 0px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #f4f4f4;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.profile-section {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

    .profile-section a {
        font-size: 14px !important;
        color: gray !important;
    }


        .profile-section a:hover {
            font-size: 14px !important;
            text-decoration: underline !important;
            color: pink !important;
        }




/*
.avatar {

    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid gray;
    padding: 3px;
    margin-left: 25px;
}

.avatar-position {
    margin-left: 25px;
    margin-top: -10px;
}

@media (max-width:768px) {

    .avatar-position {
        margin-left: 0px;
        margin-top: -10px;
    }
}

.profile-section {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

    .profile-section a {
        font-size: 14px !important;
        color: gray !important;
    }


        .profile-section a:hover {
            font-size: 14px !important;
            text-decoration: underline !important;
            color: gray !important;
        }


.language-section {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.language-section-movil {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    display: none;
}


@media (max-width:993px) {

    .language-section {
        display: none;
    }

    .language-section-movil {
        display: block;
    }
}

.language-icon, .currency-icon {
    float: left;
    margin-top: 7px;
    font-size: 18px;
}

.table {
    margin-bottom: 0px !important;
}

.panel-body > h5 {
    margin-top: -5px;
}

.icon-fixed-top {
    position: fixed !important;
}
*/


.purchase-id-holder {
    font-size: 20px;
    color: #9e09a6;;
    margin: 20px;
}

@media (max-width:768px) {

    .purchase-id-holder {
        font-size: 18px;
    }
}
/*
.send-screenshot-link {
    text-decoration: underline !important;    
}

.marketing-group-link-more {
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
    color: gray;
}

.search-change-view {
    font-size: 25px;
    vertical-align: middle;
    margin: 0 8px 0;
    cursor: pointer;
}


.section-categories, .section-marketing-group {
}

    .section-categories h4 {
        margin-top: 10px;
        font-weight: 200;
    }

    .section-categories ul li::before {
        width: 1em;
      
        font-family: 'FontAwesome';
        content: '\f054';
        min-width: 10px;
        padding: 0px 5px;        
    }

    .section-marketing-group h4 {
        margin-top: 10px;
        font-weight: 200;
    }

    .section-marketing-group ul li::before {
        width: 1em;        
        font-family: 'FontAwesome';
        content: '\f054';
        min-width: 10px;
        padding: 0px 5px;        
    }


#imgLoading {
    padding: 50px;
}

.landing-lineCode {
    width: 200px;
    height: auto;
}

.brand-img {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 2px;
    max-width: 100px;
}

.brand-img-active {
    border-radius: 5px;
    border: 1px solid #9e09a6;;
    padding: 2px;
    max-width: 100px;
}

.remove-filter-button {
    margin-bottom: 10px;
}

.column-4 {
    float: left;
    width: 25%;
    padding: 5px;
}

.column-3 {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.column-2 {
    float: left;
    width: 50%;
    padding: 5px;
}

.active-text {
    color: #9e09a6;;
}
*/
.back-link {
    /*text-decoration: underline;*/
    /*color:#9e09a6;;*/
}
/*
    .back-link::before {
        width: 1em;
        font-family: 'FontAwesome';
        content: '\f060';
        min-width: 10px;
        padding: 0px 5px;
    }

.bigSize {
    font-size: 50px;
}

.margin-bottom {
    margin-bottom: 20px;
}

#HelpPage ul li img {
    padding: 5px;
}

.fullscreen {
    height: 100%;
    position: relative;
    width: 100%;
    max-height: 300px;
}

td.details-control {
    background: url('../../build/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../build/img/details_close.png') no-repeat center center;
}

.page-body {
    font-size: 14px;
}
*/
.purchase-order-product-table {
    /*border-spacing: 5px;
    border-collapse: separate;*/
}
/*
.purchase-order-table td {
    padding: 0px 10px;
}

@media (max-width:991px) {

    .purchase-order-summary {
        text-align: left !important;
        margin: 10px 0px 10px;
    }

        .purchase-order-summary .text-right {
            text-align: left !important;
        }

    .purchase-order-buttons {
        margin-top: 20px;
    }

     .purchase-order-tracking {
        text-align: left !important;
    }

    
}

.ibox-tools {
   
    float: right;
    margin-top: -20px;
    right: 30px;
    padding: 0;
    text-align: right;
}

    .ibox-tools i {
        color: #a8a0b2;
    }



.message-sent {
    background: #e1ffc7;
    border: 1px solid #e1ffc7;
    padding: 3px 20px;
    margin: 10px 0 0 40%;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

.message-sent-left {
    background: #e1ffc7;
    border: 1px solid #e1ffc7;
    padding: 3px 20px;
    margin: 10px 40% 0px 0;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

.message-received {
    background: #fff;
    border: 1px solid #e0eded;
    padding: 3px 20px;
    margin: 10px 40% 0px 0;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
    margin-right: -10px;
}

.time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
}
*/
.cart-table > tbody .product-subtotal {
    color: #9e09a6;;
    text-align: right;
}

/*added*/
/*
@media (max-width:768px) {

    #no-more-tables-Cart .cart-table .product-thumbnail {
        width: 30%;
    }
}
*/
/*-------*/
/*
#no-more-tables-Cart .cart-table > tbody .product-quantity > .quantity {
    text-align: center;
    margin-left: 0px!important;
}

#no-more-tables-Cart .quantity {
    float: none;    
}

.focus {
    background-color: #eee;
}
*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0 0 30px;
        padding-left: 20px;
    }

        ul.timeline > li p.date {
            color: #9E9E9E;
            margin-top: -13px;
            font-size: 12px;
        }

        ul.timeline > li.processed:before {
            content: '\f00c';
            font-family: "FontAwesome";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #9e09a6;;
            left: 17px;
            width: 25px;
            height: 25px;
            z-index: 400;
            text-align: center;
            color: #9e09a6;;
        }

        ul.timeline > li.no-processed:before {
            content: '\f00d';
            font-family: "FontAwesome";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #d4d9df;
            left: 17px;
            width: 25px;
            height: 25px;
            z-index: 400;
            text-align: center;
            color: #d4d9df;
        }


.badge-sale {
    background: pink;
}

.badge-new {
    background: pink;
}

.badge-hot {
    background: pink;
}

.active-text {
    color: pink; /*blue*/
}

.product-line .active {
    color: pink;
}

.brand-img-active {
    border-radius: 5px;
    border: 1px solid pink;
    padding: 2px;
    max-width: 100px;
}


/*used in help page, for the title of the header icon*/
h6:hover {
    color: pink;
}


.branding-list-group-overflow {
    max-height: 120px;
    overflow: auto;
}



/* width */
.widget ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.widget ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.widget ::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

    /* Handle on hover */
    .widget ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



/*------------------------------------------------------------*/


.label-primary {
    background-color: #9e09a6;
}

.form-control:focus, .single-line:focus {
    border-color: #9e09a6; !important;
}

.navbar-static-side .nav > li.active {
    border-left: 4px solid 636364;
    background: #293846;
}

.btn-link:hover, .btn-link:focus {
    color: #9e09a6;;
    text-decoration: underline;
    background-color: transparent;
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #9e09a6;;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9e09a6;;
    outline: 0;
}

.span-warning-for-tabs {
    color: #f8ac59;
    float: right;
    margin-top: -25px;
    margin-right: 8px;
    z-index: 500;
    position: relative;
}

/*************** ERROR PAGES ********************************/

.bg-base {
    background: pink;
    color: #fff;
}

.btn-error-page {
    border: 1px solid transparent;
    width: 150px;
    padding: 15px;
    color: white;
    margin: auto;
}

    .btn-error-page:hover {
        background-color: #0f73b7;
        border: 1px solid transparent;
    }



.fancybox-close, .fancybox-nav, .fancybox-next {
	background: #9e09a6;;
}



/************************************************************/


/*

pink;	- blue links hover
			- blue background-color used in the error pages. 
			- 404 page has buttons which also use this color.
#0f73b7;	- btn-error-page:hover
			
#fff2f4		- pink error background
#cc5965 	- pink error text
#f1f1f1; 	- color red from <hr /> in Product index page
#5d5d5d		- btn-primary, apply to some label-primary
#410244;		- text color
pink		- coupon background-color

#007bff  	- color for label order-status
#f0ad4e		- color for label order-payment-status

#d9534f		- color for label label when status is danger, (cancelled = 6)
#d9534f		- color for label label when payment status is danger (>= 4)

#bfc2c7		- color for button secondary: .btn.btn-secondary, .btn-secondary:active, .btn-secondary:active:visited, .btn-secondary:focus 

#9e09a6;		- main color in buttons (.btn-primary)
#9e09a6;		- main color in buttons (.btn-primary hover: )

*/